infinite loop
- 网络无限循环;死循环;无穷循环;无限回路
-
Design and Implementation Using Keyboard Hook Quit Process of Infinite Loop
用键盘钩子退出陷入无限循环的设计与实现
-
This is an error because you now have an infinite loop .
出现此错误的原因是现在运行了一个无限循环。
-
Well , I 'm going to create a little infinite loop .
好,我会建立一个小的无穷循环。
-
The Discussion about Several Definitions Equivalent to Infinite Loop
与无限环等价的几个定义的讨论
-
You will start an infinite loop if you are not careful .
如果不注意的话,会启动无限循环。
-
Next , we consider the infinite loop statement and conditionals .
接下来,考虑无限循环语句和条件。
-
An Infinite Loop of Mapping of the Interval
线段自映射的无限环
-
A statement running in an infinite loop
语句在无限循环中运行
-
In short words , a clear lineal organization is mixed with an infinite loop .
在短短的话,一个明确的直系组织是一个无限循环的混合。
-
It also needs to set up an infinite loop for listening to client connections on the specified port .
它还需要在指定端口上设置监听客户机连接的无限循环。
-
You can determine how many incoming data items to expect with an infinite loop , while ( true ) .
通过一个有限循环while(true),您可以确定期望的到来数据项的数量。
-
It doesn 't crash , but appears to be stuck in an infinite loop .
它不会崩溃,但是会陷入无限循环中。
-
No need to worry about a thread stalling or getting caught in an infinite loop .
也不需要担心线程停止或陷入无限循环。
-
In this recursion pattern , two functions each call the other , such that an infinite loop is formed .
在这种递归模式中,两个函数互相调用对方,形成一个无限循环。
-
When People read Catch-22 , they seem to have caught by the infinite loop paradox .
人们在读《第二十二条军规》时,似乎陷进了悖论的无限循环中。
-
When analyzing bi-directional data a cycle may occur that will result in an infinite loop ( marked in red ) .
在分析双向数据时,会出现一个循环,最终会产生一个无限循环(用红色标识)。
-
The script logs in to the local IRC server , then goes through an infinite loop .
脚本注册到本地IRC服务器,并开始进行无限循环。
-
We wrap these commands in a while loop with a do / done block to create an infinite loop .
我们将这两个命令放在一个while循环中,该循环带有一个用于创建无限循环的do/done代码块。
-
After it 's been activated , the run () method sits in an infinite loop , awaiting requests from clients .
将它激活之后,run()方法进行无限循环,等待来自客户机的请求。
-
Now the effect of perseveration is to basically take these first three components of regret and put them on an infinite loop .
而表现执拗的结果就是,持续不停地重复后悔的前三个阶段。
-
The function accepts three arguments , and performs some simple tests on the values to ensure that the function will not start an infinite loop .
该函数接受三个参数,然后对这些值进行一些简单的测试,以确保函数不会开始一个无限循环。
-
To avoid an infinite loop , the restore request should be sent only when the current page was generated in response to a GET request .
要避免发生无限循环,只有在响应GET请求而生成当前页面时发送恢复请求。
-
Scripts that parse a great deal of data or which may be hiding an infinite loop have a tendency to consume large amounts of memory .
解析大量数据或可能隐藏无限次循环的脚本都趋于消耗大量内存。
-
The value of this attribute is set to true ; if it weren 't , you 'd end up with an infinite loop when executing these rules .
该属性的值被设为true;如果不是这样,在执行这些规则时将陷入无限循环。
-
In order to explore the reason why the characters in the trilogy are trapped in this infinite loop , the thesis will be discussed from three aspects .
为了探寻文中的角色身陷无限循环的原因,本文将从三个方面展开论述。
-
Enabling teams and individuals to break out of this " infinite loop " and achieve substantial net productivity gains is the change we 're making today .
使团队和个人打破这个”无限循环“并实现真正生产力的收获是我们今天要做的变化。
-
This file contains thread stacks of all active threads and can be used for identifying methods and threads which might be stuck in an infinite loop .
此文件包含所有活动线程的线程堆栈,并能够用于标识可能陷入无限循环的方法和线程。
-
Section two of the main logic listens for knocks in an infinite loop , sleeping for approximately one hundredth of a second in each loop .
第二部分是用来在一个无限循环中监听敲打序列的主逻辑,它在一个循环中大约要睡眠1/100秒。
-
Once you press Enter following the last three-dot Python prompt , the Python interpreter starts churning away in an infinite loop .
一旦在三个点的Python提示后按Enter键,Python解释器就处于无限循环的混乱中。
-
For example , code that might go into an infinite loop , or otherwise use excessive resources , must be wrapped in testing code that will detect such eventualities .
例如,必须在专门的测试代码中捕捉到占用大量资源的无限循环代码。